 
/*方案报价*/
@media screen and (max-width:768px) {
.scheme-quotation{
 display: none;
}
} 
.scheme-quotation .title{
	position: fixed;
	left: 0;
	bottom: 0px;
	z-index: 99;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	/*display: none;*/
}
.scheme-quotation .title img{
     width:150px;
}
.scheme-quotation .title .t1{
	display: inline-block;
	color: #0e6eb7;
	font-size: 20px;
}
.scheme-quotation .title .icon{
	position: absolute;
	right: 12px;
	top: 0;
	height: 100%;
	width: 6px;
	background: url(../images/img26.png) center no-repeat;
	background-size: 6px 12px;
}
.scheme-quotation .box{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	display:none;
}
.scheme-quotation .box .person{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 12.8%;
	text-align: right;
}
.scheme-quotation .box .person img{
	display: inline-block;
	vertical-align: bottom;
}
.scheme-quotation .baojia{
	/*height: 110px;*/
	background: rgba(0,0,0,.7);
}
.scheme-quotation .box .content{
	padding-left: 12.8%;
	padding-right: 25.36%;
	width: 100%;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.scheme-quotation .box .obtain{
	float: left;
	width: 25%;
	padding:20px 0 0 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.scheme-quotation .box .obtain .t1{
	color: #ffffff;
	font-size:18px;
	font-family: "henghei";
}
.scheme-quotation .box .obtain .t1 .sp{
	display: inline-block;
	margin: 0 5px;
	font-family: "en";
	color: #c70000;
	font-weight:600;
}
.scheme-quotation .box .content .information{
	float: left;
	overflow: hidden;
	width: 70%;
}
.scheme-quotation .box .content .information .inli{
	float: left;
	max-width: 220px;
	width: 24%;
	padding: 0 20px;
	-moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
     -o-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
	margin-right: 2.2%;
	margin-top: 2%;
	margin-bottom: 2%;
	height:35px;
	line-height:35px;
	border-radius: 4px;
	background-color: rgba(255,255,255,.9);
	overflow: hidden;
}
.scheme-quotation .box .content .information .inli:last-child{
	margin-right: 0;
}
.scheme-quotation .box .content .information .btnli{
	float: left;
	max-width: 150px;
	width: 21.4%;
	background-color: #0e6eb7;
	border-radius: 4px;
	margin-top:2%;
	height:35px;
	line-height:35px;
}
.scheme-quotation .box .content .information .btnli input{
	color: #FFFFFF;
	font-size: 16px;
	line-height:35px;
	font-weight:"henghei";
	text-shadow:0px 0px 1px #FFF;
}
.scheme-quotation .box .content .information input{
	width: 100%;
	height:35px;
	line-height:35px;
	background: none;
	border: none;
	outline: none;
	color: #333333;
	font-size: 14px;
}
.scheme-quotation .box .content .information input::-webkit-input-placeholder{
    color: #999999;
}
.scheme-quotation .box .content .information input:-moz-placeholder{
  	color: #999999;
}
.scheme-quotation .box .content .information input::-moz-placeholder{
  	color: #999999;
}
.scheme-quotation .box .content .information input:-ms-input-placeholder{
  	color: #999999;
}
.scheme-quotation .phone{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25.36%;
}
.scheme-quotation .close{
	/*display: inline-block;
	padding-left: 42%;*/
	position: absolute;
	top: 10%;
	right: 2%;
}
.scheme-quotation .close img{
	width: 30px;
	height: 30px;
}
.scheme-quotation .phone-div{
	padding-left: 70px;
	/*height: 123px;*/
	background: url(../../ad/images/img30.png) bottom right no-repeat;
	background-size: 100% auto;
}
.scheme-quotation .phone-div .icon{
	float: left;
	margin-right:25px;
	padding-top:5%;
}
.scheme-quotation .phone-div .icon img{
	width:40px;
	height:40px;
}
.scheme-quotation .phone-div .txt{
	padding: 4% 0;
}
.scheme-quotation .phone-div .txt .t1{
	color: #ffffff;
	font-size: 16px;
	font-family:"tengxun";
}
.scheme-quotation .phone-div .txt .t2{
	color: #ffffff;
	font-size:18px;
	padding-top:5px;
	letter-spacing:1px; 
	font-family:"en";
} 